home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 9
/
FM Towns Free Software Collection 9.iso
/
taropyon
/
silib
/
inc
/
scn
/
p08hlin.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-16
|
232 b
|
17 lines
#ifndef _SCN_P08HLIN_H
#define _SCN_P08HLIN_H
#ifndef _SISCN_H
# include <siscn.h>
#endif
typedef struct
{
int x1,y1,x2;
int col;
} P08HLINE_PARA_T;
extern void HS08_hline( P08HLINE_PARA_T *para );
#endif